home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 018a / wsdebugs.zip / NEWFIL.55C < prev    next >
Text File  |  1991-01-23  |  1KB  |  46 lines

  1.             WordStar Professional Release 5.5 Tech Note
  2.  
  3.                              5.5 - 13
  4.  
  5.  
  6. Product:          WordStar Professional 5.5C
  7.  
  8. Category:         Editor
  9.  
  10. Issue:            Disabling "Create New File Y/N" Prompt
  11.  
  12.  
  13. Clarification, description, or explanation:
  14.  
  15.  
  16. Users have asked for a way to disable the prompt that comes up when a new file
  17. is typed at the DOCUMENT or NON-DOCUMENT file screens without having to change
  18. help levels.
  19.  
  20.  
  21. Action/Response:
  22.  
  23. To remove the prompt perform the following routine:
  24.  
  25.           1)   REN WS.EXE WS  <ret> (<ret> - This means to hit the <ENTER> key)
  26.  
  27.           2)   Type DEBUG WS  <ret> (2DEBUG is a DOS Utility program)
  28.  
  29.           3)   Type at the DEBUG prompt RDS <ret> (This means to look at the 
  30.                Register DS) You will then see a 4-digit hex number.  Make note
  31.                of this number. At the ":" prompt, add 2000 to that number and
  32.                enter the number (e.g. see 1474, enter 3474).
  33.  
  34.           4)   At the DEBUG prompt:
  35.  
  36.                -E373B         <ret>
  37.  
  38.                Should find a 76h there. If not, then you're at the wrong
  39.                address. If you do find a 76h, type EB then hit <ret>.
  40.  
  41.                -W             <ret>
  42.  
  43.                -Q             <ret>
  44.  
  45. KpB                                                    
  46.